Help > Reference > Macros > Tab object > OpenIndex method

OpenIndex method

Calling this method will assign the given index to the tab. The action is equivalent to selecting File > Open Index from the menu in the Perceptive Enterprise Search - Local Administration Console application or clicking on the index in "My Index Catalog".

Member of

Tab

Type

Sub(Path)

Parameters

Example

IndexPath = BrowseForFolder
If IndexPath <> "" Then
  App.ActiveTab.OpenIndex IndexPath
End If

See Also

Macro Object Model

Tab